Skip to content

Commit

Permalink
raise timeouts (#10563)
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov authored Sep 8, 2023
1 parent ebc6a02 commit fda3b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-staging-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
cd integration-tests/load/functions
if [[ $SELECTED_TEST == mumbai_functions* ]]; then
go test -v -run TestFunctionsLoad/$SELECTED_TEST
go test -v -timeout 6h -run TestFunctionsLoad/$SELECTED_TEST
elif [[ $SELECTED_TEST == gateway* ]]; then
go test -v -run TestGatewayLoad/$SELECTED_TEST
go test -v -timeout 6h -run TestGatewayLoad/$SELECTED_TEST
fi

0 comments on commit fda3b1b

Please sign in to comment.