소스 검색

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