commit 3254c85f33842da99aafa6c23cc8a41323050693 parent 17f8601f6ed64adf53d5b692a0064c4cb3455e0f Author: Sean Enck <sean@ttypty.com> Date: Fri, 3 Mar 2023 20:17:40 -0500 try increased test duration for ci Diffstat:
| M | scripts/testing/check.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/testing/check.go b/scripts/testing/check.go @@ -213,7 +213,7 @@ func execute() error { if foundClipCount == len(clipFiles) { break } - time.Sleep(100 * time.Millisecond) + time.Sleep(1000 * time.Millisecond) tries-- } return nil