Skip to content

Commit

Permalink
Give more time to nightlies
Browse files Browse the repository at this point in the history
Running our nightlies with race conditions enabled in the integration tests is taking a very long time. This change gives more time to the tests to prevent timing out.
  • Loading branch information
jessejlt committed Jan 6, 2025
1 parent e89a02f commit 4b62589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: sudo apt install -y libsystemd-dev # for collector journal input

- name: Test
run: INTEGRATION=1 ROLLBACK=1 go test -race -mod=vendor -v -timeout=30m ./...
run: INTEGRATION=1 ROLLBACK=1 go test -race -mod=vendor -v -timeout=120m ./...

0 comments on commit 4b62589

Please sign in to comment.