@@ -1,3 +1,3 @@
-cp ../src
--D timeout=30
+-D timeout=3
--run Main
@@ -8,7 +8,6 @@ import utest.Assert;
using StringTools;
using Lambda;
-@:timeout(60000)
class ServerTests extends TestCase {
function testNoModification() {
vfs.putContent("HelloWorld.hx", getTemplate("HelloWorld.hx"));