Browse Source

Even longer timeout?

Kevin Leung 3 years ago
parent
commit
8e48b31a98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/server/src/cases/ServerTests.hx

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

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