Skip to content

Commit 918c37f

Browse files
s1nagballet
authored andcommitted
build: bump test timeout (ethereum#31095)
Travis often fails because the test times out.
1 parent 8fbe4dc commit 918c37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/ci.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ func doTest(cmdline []string) {
298298
}
299299
gotest := tc.Go("test")
300300

301-
// CI needs a bit more time for the statetests (default 10m).
302-
gotest.Args = append(gotest.Args, "-timeout=30m")
301+
// CI needs a bit more time for the statetests (default 45m).
302+
gotest.Args = append(gotest.Args, "-timeout=45m")
303303

304304
// Enable CKZG backend in CI.
305305
gotest.Args = append(gotest.Args, "-tags=ckzg")

0 commit comments

Comments
 (0)