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

Commit 86d4416

Browse files
committed
build(ci): Increase client-testing timeout from 3 to 8 minutes.
1 parent d1f6bca commit 86d4416

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: 3
191+
timeout_minutes: 8
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)