Skip to content

Commit

Permalink
Setting an ignorant timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thamara committed Oct 25, 2022
1 parent 440b192 commit 032dc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main-window.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function log(msg)

describe('Application launch', function()
{
this.timeout(30000);
this.timeout(60000);
this.beforeEach(async function()
{
this.app = new Application({
Expand Down

0 comments on commit 032dc35

Please sign in to comment.