Unit test

- Sleep a little longer for profiling tests
This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-06 13:18:20 +02:00
parent 375a611a82
commit f811273818
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ unittest
{
Socket clientSocket = server.accept();
Thread.sleep(dur!("seconds")(4));
Thread.sleep(dur!("seconds")(7));
writeln("Server start");
/**