Skip to content

Commit

Permalink
Restore test timeout to 30m (#1022)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dheyman authored Jan 8, 2024
1 parent f1d625f commit 11b6a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/scripts/test_component.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ if [[ -n "$GITHUB_WORKFLOW" ]]; then
fi
env | grep SNOWFLAKE | grep -v PASS | sort
cd $TOPDIR
go test -timeout 1h -race -coverprofile=coverage.txt -covermode=atomic -v .
go test -timeout 30m -race -coverprofile=coverage.txt -covermode=atomic -v .
2 changes: 1 addition & 1 deletion ci/test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ echo [INFO] Database: %SNOWFLAKE_TEST_DATABASE%
echo [INFO] Warehouse: %SNOWFLAKE_TEST_WAREHOUSE%
echo [INFO] Role: %SNOWFLAKE_TEST_ROLE%

go test --timeout 1h --tags=sfdebug -race -coverprofile=coverage.txt -covermode=atomic -v .
go test --timeout 30m --tags=sfdebug -race -coverprofile=coverage.txt -covermode=atomic -v .

0 comments on commit 11b6a69

Please sign in to comment.