Skip to content

Commit

Permalink
chore: increase routing table sleep before verification time
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Nov 27, 2023
1 parent 98e5956 commit 4360c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,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: 220
SLEEP_BEFORE_VERIFICATION: 300
timeout-minutes: 10

- name: Verify restart of nodes using rg
Expand Down

0 comments on commit 4360c79

Please sign in to comment.