Skip to content

Commit 5bd3a56

Browse files
committed
chore: bump test timeout
Bump test timeout. Signed-off-by: Noel Georgi <[email protected]>
1 parent 8d33d68 commit 5bd3a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ endif
88

99
ifneq ($(origin CI), undefined)
1010
RUNARGS += -parallel=2
11-
TEST_TIMEOUT = 1500s
11+
TEST_TIMEOUT = 1800s
1212
endif
1313

1414
.PHONY: generate

0 commit comments

Comments
 (0)