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

Commit 9f0b813

Browse files
committed
test: Add more retry to client-testing.
1 parent a33501d commit 9f0b813

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
@@ -220,7 +220,7 @@ jobs:
220220
- uses: nick-invision/retry@v2
221221
name: run-client-testing
222222
with:
223-
max_attempts: 2
223+
max_attempts: 3
224224
timeout_minutes: 15
225225
retry_on: error
226226
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)