Skip to content

Commit 23b91ec

Browse files
authored
Add status-timeout parameter to test-harness command
1 parent d50063f commit 23b91ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/contract-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ runs:
7474
cd /tmp/sdk-test-harness
7575
git checkout feat/fdv2
7676
go build -o test-harness .
77-
./test-harness -url http://localhost:8000 -debug --skip-from=testharness-suppressions-fdv2.txt --stop-service-at-end
77+
./test-harness -url http://localhost:8000 -debug -status-timeout=360 --skip-from=testharness-suppressions-fdv2.txt --stop-service-at-end
7878
env:
7979
GITHUB_TOKEN: ${{ inputs.token }}

0 commit comments

Comments
 (0)