Browse Source

[CI] increase setup timeout (mac runners often take longer) (#11939)

Rudy Ges 7 months ago
parent
commit
b2665f7015
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/server/src/cases/CsSafeTypeBuilding.hx

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

@@ -13,6 +13,7 @@ using Lambda;
 class CsSafeTypeBuilding extends TestCase {
 	var originalContent:String;
 
+	@:timeout(3000)
 	override public function setup(async:utest.Async) {
 		testDir = "test/cases/" + @:privateAccess TestCase.i++;
 		vfs = new Vfs(testDir);