Skip to content

Commit

Permalink
router: increase test timeout to allow for slower CI system.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Nov 16, 2023
1 parent 602bc1f commit 90394e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acceptance/router_benchmark/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _run(self):
"-name", "router_benchmark",
"-cmd", "./bin/end2endblast",
"-attempts", 1500000,
"-timeout", "90s", # Timeout is for all attempts together
"-timeout", "120s", # Timeout is for all attempts together
"-parallelism", 100,
"-subset", "noncore#core#remoteISD"
].run_tee()
Expand Down Expand Up @@ -211,7 +211,7 @@ def _run(self):
"-name", "router_benchmark",
"-cmd", "./bin/end2endblast",
"-attempts", 1500000,
"-timeout", "90s", # Timeout is for all attempts together
"-timeout", "120s", # Timeout is for all attempts together
"-parallelism", 100,
"-subset", "noncore#noncore#remoteAS"
].run_tee()
Expand Down

0 comments on commit 90394e7

Please sign in to comment.