Skip to content

Commit

Permalink
bump E2E_CI_TIMEOUT_SEC on non-cosmwasm test to 1hr
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com>
  • Loading branch information
paulbalaji committed Jun 26, 2024
1 parent a23cf64 commit d51813a
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 @@ -266,7 +266,7 @@ jobs:
working-directory: ./rust
env:
E2E_CI_MODE: 'true'
E2E_CI_TIMEOUT_SEC: '900'
E2E_CI_TIMEOUT_SEC: '3600'
E2E_KATHY_MESSAGES: '20'
RUST_BACKTRACE: 'full'

Expand Down

0 comments on commit d51813a

Please sign in to comment.