Skip to content

Commit d470598

Browse files
committed
How slow can you go?
1 parent d1dfa8c commit d470598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/commands.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ suite('Commands Test Suite', () => {
8787
};
8888
}
8989
await vscode.commands.executeCommand('imandrax.check_all');
90-
await util.sleep(3_000);
90+
await util.sleep(10_000);
9191
}
9292
while (startCount > endCount);
9393

0 commit comments

Comments
 (0)