Ver código fonte

Undo some temp changes

Kevin Leung 3 anos atrás
pai
commit
acdf27ed5f

+ 1 - 1
tests/misc/compiler_loops/run.hxml

@@ -1,3 +1,3 @@
 -cp ../src
--D timeout=30
+-D timeout=3
 --run Main

+ 0 - 1
tests/server/src/cases/ServerTests.hx

@@ -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"));