Skip to content
  • Marco Trevisan's avatar
    test-runner: Always wait after creating a window · c1059df7
    Marco Trevisan authored
    Creating a window could take some time, causing false-positive failures when
    running in slower or busy hardware like:
    
      window 1/2 isn't known to Mutter
    
    So before we proceed in doing any operation on it, wait for the client.
    Do this in the test runner instead of repeating the same in every .metatest.
    
    !581
    c1059df7