Skip to content

Commit

Permalink
remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Oct 11, 2023
1 parent 5ec9fb5 commit 6f206e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/test/suite/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion src/test/suite/pest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6f206e8

Please sign in to comment.