Skip to content

Commit

Permalink
Increased timeout - second attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatolii Bolshakov (Akvelon INC) committed Oct 23, 2020
1 parent ff7960c commit b3da075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/CopyFilesV2/Tests/L0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('CopyFiles L0 Suite', function () {
after(() => { });

it('copy files from srcdir to destdir', (done: MochaDone) => {
this.timeout(5000);
this.timeout(20000);

let testPath = path.join(__dirname, 'L0copyAllFiles.js');
let runner: mocktest.MockTestRunner = new mocktest.MockTestRunner(testPath);
Expand Down

0 comments on commit b3da075

Please sign in to comment.