Kevin Leung преди 3 години
родител
ревизия
acdf27ed5f
променени са 2 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 1
      tests/misc/compiler_loops/run.hxml
  2. 0 1
      tests/server/src/cases/ServerTests.hx

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