Skip to content

Commit

Permalink
increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronWatters committed May 7, 2020
1 parent 3eb1cd4 commit 43afe2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/headless.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe("headless browser tests", async () => {
var expected_content = "hi there!";
expect(content).toBe(expected_content);
},
//120000, // timeout in 2 minutes...
120000, // timeout in 2 minutes...
);

it("sets the html using the plugin", async () => {
Expand Down Expand Up @@ -90,6 +90,6 @@ describe("headless browser tests", async () => {
var expected_content = "<em>plugin is working</em>";
expect(content).toBe(expected_content);
},
//120000, // timeout in 2 minutes...
120000, // timeout in 2 minutes...
);
});

0 comments on commit 43afe2e

Please sign in to comment.