mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 18:05:35 +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.
|
// Wait for the gio app to render.
|
||||||
// TODO(mvdan): do this properly, e.g. via waiting for log lines
|
// TODO(mvdan): do this properly, e.g. via waiting for log lines
|
||||||
// from the gio program.
|
// from the gio program.
|
||||||
time.Sleep(200 * time.Millisecond)
|
time.Sleep(400 * time.Millisecond)
|
||||||
|
|
||||||
return cleanups
|
return cleanups
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user