Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jan 13, 2025
1 parent b7ac67c commit 42f9e7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object SNUnitTests extends TestSuite {
UnitTester(build, resourceFolder / "simple").scoped { eval =>
scala.concurrent.ExecutionContext.global.execute(() => eval(build.snunitRunNGINXUnit))
var started = false
while(!started) {
while (!started) {
try {
val response = requests.get("http://127.0.0.1:8080", check = false).text
started = true
Expand Down

0 comments on commit 42f9e7a

Please sign in to comment.