Selaa lähdekoodia

Undo some temp changes

Kevin Leung 3 vuotta sitten
vanhempi
commit
acdf27ed5f
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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"));