Skip to content

Commit

Permalink
increase worker timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Jul 10, 2023
1 parent 808b8a1 commit 6f9eb13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

* Fixed Playwright docs by @Horsty80
* Fixed ai docs by @ngraf
* Verious fixes by @KobeNguyenT
* Various fixes by @KobeNguyenT

## 3.5.0

Expand Down
4 changes: 3 additions & 1 deletion test/unit/worker_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ const { expect } = require('chai');
const path = require('path');
const { Workers, event, recorder } = require('../../lib/index');

describe('Workers', () => {
describe('Workers', function () {
this.timeout(40000);

before(() => {
global.codecept_dir = path.join(__dirname, '/../data/sandbox');
});
Expand Down

0 comments on commit 6f9eb13

Please sign in to comment.