Skip to content

Commit

Permalink
increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
seran committed May 19, 2024
1 parent a9db081 commit 86de39f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class AuthZeroJacksonEMTest: SpringTestBase() {

Assertions.assertTrue(solution.individuals.size >= 1)
assertHasAtLeastOne(solution, HttpVerb.GET, 200, "/api/jackson/auth", "Working")
}, 3
}, 5
)
}
}

0 comments on commit 86de39f

Please sign in to comment.