bump E2E_CI_TIMEOUT_SEC on non-cosmwasm test to 1hr

Signed-off-by: Paul Balaji <10051819+paulbalaji@users.noreply.github.com>
pull/3981/head
Paul Balaji 5 months ago
parent a23cf6420c
commit d51813a1da
  1. 2
      .github/workflows/test.yml

@ -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'

Loading…
Cancel
Save