Skip to content

Commit

Permalink
ci: run the daily test for 12 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Aug 27, 2020
1 parent 1b7ede7 commit fdbdbe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .buildkite/longtests.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ steps:

- label: Transaction source tests
parallelism: 1
# Tests are set to run 6 hours + some buffer time.
timeout_in_minutes: 380
# Tests are set to run 12 hours + some buffer time.
timeout_in_minutes: 760
command:
- .buildkite/scripts/download_e2e_test_artifacts.sh
- .buildkite/scripts/daily_txsource.sh
Expand Down
2 changes: 1 addition & 1 deletion go/oasis-test-runner/scenario/e2e/runtime/txsource.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (

const (
timeLimitShort = 3 * time.Minute
timeLimitLong = 6 * time.Hour
timeLimitLong = 12 * time.Hour

nodeRestartIntervalLong = 2 * time.Minute
livenessCheckInterval = 1 * time.Minute
Expand Down

0 comments on commit fdbdbe7

Please sign in to comment.