Skip to content

Commit

Permalink
[CI] increase setup timeout (mac runners often take longer) (#11939)
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz authored Jan 22, 2025
1 parent d88bb90 commit b2665f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/server/src/cases/CsSafeTypeBuilding.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b2665f7

Please sign in to comment.