From fda3b1b582a3e722d7dbed779ace6beafe5b2e97 Mon Sep 17 00:00:00 2001 From: Sergey Kudasov Date: Fri, 8 Sep 2023 19:41:18 +0300 Subject: [PATCH] raise timeouts (#10563) --- .github/workflows/integration-staging-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-staging-tests.yml b/.github/workflows/integration-staging-tests.yml index 7d2d0b66bdc..a6fda178d50 100644 --- a/.github/workflows/integration-staging-tests.yml +++ b/.github/workflows/integration-staging-tests.yml @@ -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 \ No newline at end of file