mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
Remove tomcat vm test timing issues
This commit is contained in:
parent
0b61b07335
commit
090f1f0722
@ -23,9 +23,8 @@ import ./make-test.nix ({ pkgs, ...} : {
|
|||||||
startAll;
|
startAll;
|
||||||
|
|
||||||
$server->waitForUnit("tomcat");
|
$server->waitForUnit("tomcat");
|
||||||
$server->sleep(30); # Dirty, but it takes a while before Tomcat handles to requests properly
|
|
||||||
$client->waitForUnit("network.target");
|
$client->waitForUnit("network.target");
|
||||||
$client->succeed("curl --fail http://server/examples/servlets/servlet/HelloWorldExample");
|
$client->waitUntilSucceeds("curl --fail http://server/examples/servlets/servlet/HelloWorldExample");
|
||||||
$client->succeed("curl --fail http://server/examples/jsp/jsp2/simpletag/hello.jsp");
|
$client->waitUntilSucceeds("curl --fail http://server/examples/jsp/jsp2/simpletag/hello.jsp");
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user