Removed forgotten Thread.sleep() in test.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2023-12-12 20:24:18 +01:00
parent 8057cb30ba
commit 90244c35d0
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
1 changed files with 0 additions and 2 deletions

View File

@ -266,7 +266,5 @@ public class HttpReceiverOverHTTPTest
Response response = listener.get(5, TimeUnit.SECONDS);
assertNotNull(response);
assertEquals(200, response.getStatus());
Thread.sleep(2000);
}
}