Skip to content

Commit

Permalink
increased test timeout due to slow Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Oct 9, 2019
1 parent 2df4d91 commit 4f44b90
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,6 +42,6 @@ public void testRunEM() throws Throwable {
assertHasAtLeastOne(solution, HttpVerb.GET, 200, "/api/testability/{date}/{number}/{setting}", "ERROR");
assertHasAtLeastOne(solution, HttpVerb.GET, 200, "/api/testability/{date}/{number}/{setting}", "OK");
},
5);
10);
}
}

0 comments on commit 4f44b90

Please sign in to comment.