瀏覽代碼

Undo some temp changes

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
 -cp ../src
--D timeout=30
+-D timeout=3
 --run Main
 --run Main

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

@@ -8,7 +8,6 @@ import utest.Assert;
 using StringTools;
 using StringTools;
 using Lambda;
 using Lambda;
 
 
-@:timeout(60000)
 class ServerTests extends TestCase {
 class ServerTests extends TestCase {
 	function testNoModification() {
 	function testNoModification() {
 		vfs.putContent("HelloWorld.hx", getTemplate("HelloWorld.hx"));
 		vfs.putContent("HelloWorld.hx", getTemplate("HelloWorld.hx"));