Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 8846d0c

Browse files
committed
build(ci): Increase client-testing timeout from 8 to 15 minutes.
Weird error in logs, seems to be exiting with SIGTERM, but well under timeout. Not sure why.
1 parent 0e833e4 commit 8846d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ jobs:
188188
name: run-client-testing
189189
with:
190190
max_attempts: 2
191-
timeout_minutes: 8
191+
timeout_minutes: 15
192192
retry_on: error
193193
command: cd streamr-client-testing && java -jar build/libs/client_testing-1.0-SNAPSHOT.jar -s $TEST_NAME -c config/$CONFIG_NAME.conf -n $NUM_MESSAGES

0 commit comments

Comments
 (0)