Skip to content

Commit

Permalink
ci: bump to 60 min
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jul 23, 2024
1 parent 8dea5b8 commit ad641c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
GO_TEST_FLAGS: ${{ matrix.go_test_flags || '' }}
run: |
if [ "$LOTUS_RUN_VERY_EXPENSIVE_TESTS" == "1" ] && [[ ! "$GO_TEST_FLAGS" =~ "-timeout" ]]; then
GO_TEST_FLAGS="$GO_TEST_FLAGS -timeout 30m"
GO_TEST_FLAGS="$GO_TEST_FLAGS -timeout 60m"
fi
gotestsum \
Expand Down

0 comments on commit ad641c5

Please sign in to comment.