Skip to content

Commit

Permalink
Remove wait time for process (not sure why we are waiting here)
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed May 2, 2024
1 parent 31a1848 commit b872419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void runWorkersPageTest() {
gotoLoginPage();
login();
goToPage("deployments");
startProcDef("test_workers_page", "Test Workers Page", 30000);
startProcDef("test_workers_page", "Test Workers Page", 0);
runNumberActiveTest();
runThreadLimitTest();
runWorkersCheckBoxTest();
Expand Down

0 comments on commit b872419

Please sign in to comment.