Skip to content

Commit

Permalink
chore(ci): increase sleep before verification time
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Nov 24, 2023
1 parent 21b6e58 commit a4a9ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Verify the routing tables of the nodes
run: cargo test --release -p sn_node --test verify_routing_table -- --nocapture
env:
SLEEP_BEFORE_VERIFICATION: 120
SLEEP_BEFORE_VERIFICATION: 180
timeout-minutes: 10

- name: Create and fund a wallet to pay for files storage
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Verify the routing tables of the nodes
run: cargo test --release -p sn_node --test verify_routing_table -- --nocapture
env:
SLEEP_BEFORE_VERIFICATION: 120
SLEEP_BEFORE_VERIFICATION: 180
timeout-minutes: 10

- name: Verify restart of nodes using rg
Expand Down

0 comments on commit a4a9ae5

Please sign in to comment.