mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
6819dea21c
I've seen a couple of "timed out waiting for a frame to be ready" errors on CI in the past week. I think two seconds is a bit low, if the machine in question is not very powerful or under stress - which is common for CI environments. Raise the timeout to 5s. While at it, add some log lines to each e2e test, and mark waitForFrame as a helper func, so that its errors show up at the caller's location. Signed-off-by: Daniel Martí <mvdan@mvdan.cc>