mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
cmd/gogio: double sleep to ensure X11 output is available
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -162,7 +162,7 @@ func (d *X11TestDriver) Start(t_ *testing.T, path string, width, height int) (cl
|
||||
// Wait for the gio app to render.
|
||||
// TODO(mvdan): do this properly, e.g. via waiting for log lines
|
||||
// from the gio program.
|
||||
time.Sleep(200 * time.Millisecond)
|
||||
time.Sleep(400 * time.Millisecond)
|
||||
|
||||
return cleanups
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user