diff --git a/src/test/suite/extension.test.ts b/src/test/suite/extension.test.ts index 94cad2f..c22e99e 100644 --- a/src/test/suite/extension.test.ts +++ b/src/test/suite/extension.test.ts @@ -19,7 +19,6 @@ function timeout(seconds: any, callback: any) { suite("Better PHPUnit Test Suite", function () { beforeEach(async () => { - this.timeout(5000) // Reset the test/project-stub/.vscode/settings.json settings for each test. // This allows us to test config options in tests and not harm other tests. await vscode.workspace.getConfiguration('better-phpunit').update('commandSuffix', null); diff --git a/src/test/suite/pest.test.ts b/src/test/suite/pest.test.ts index 30205e7..ea68be6 100644 --- a/src/test/suite/pest.test.ts +++ b/src/test/suite/pest.test.ts @@ -28,7 +28,6 @@ suite("Better PHPUnit Test Suite", function () { }); beforeEach(async () => { - this.timeout(5000) // Reset the test/project-stub/.vscode/settings.json settings for each test. // This allows us to test config options in tests and not harm other tests. await vscode.workspace.getConfiguration('better-phpunit').update('commandSuffix', null);