Skip to content

Commit

Permalink
[tests] Increase timeout on key tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Jan 8, 2025
1 parent 8e184f5 commit 5e598b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/codeActions/AddMissingArgsTest.hx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class AddMissingArgsTest extends DisplayTestCase {
function foo10(arg:Bytes) {}
function foo11(arg:Bytes) {}
**/
@:timeout(500)
@:timeout(10000)
function test(async:utest.Async) {
ctx.cacheFile();
ctx.startServer(() -> {
Expand Down Expand Up @@ -155,7 +155,7 @@ class AddMissingArgsTest extends DisplayTestCase {
public function new(i:Int) {}
}
**/
@:timeout(500)
@:timeout(1000)
function testConstructorArg(async:utest.Async) {
ctx.cacheFile();
ctx.startServer(() -> {
Expand Down
2 changes: 1 addition & 1 deletion test/codeActions/AddTypeHintActionsTest.hx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class AddTypeHintActionsTest extends DisplayTestCase {
}
}
**/
@:timeout(500)
@:timeout(5000)
function test(async:utest.Async) {
ctx.cacheFile();
ctx.startServer(() -> {
Expand Down

0 comments on commit 5e598b8

Please sign in to comment.