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

Commit 424dd69

Browse files
committed
ci: Bump streamr-client-testing retries to from 2 to 5.
1 parent 2f5cbf1 commit 424dd69

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
@@ -222,7 +222,7 @@ jobs:
222222
- uses: nick-invision/retry@v2
223223
name: run-client-testing
224224
with:
225-
max_attempts: 3
225+
max_attempts: 5
226226
timeout_minutes: 15
227227
retry_on: error
228228
command: cd streamr-client-testing && DEBUG='' 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)