Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSim committed Sep 7, 2024
1 parent 3511a32 commit 4b42f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tests/e2e/util/setup-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = () => {
logs.push( `[renderer] ${log.text()}` );
}
} );
} );
}, { timeout: 60000 } );

test.afterEach( async () => {
try {
Expand Down

0 comments on commit 4b42f88

Please sign in to comment.