Skip to content

Commit

Permalink
extend first run time
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Aug 2, 2023
1 parent d1a3279 commit 42aa4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/test-apps/native-sentry/main-update/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ app.on('ready', () => {
if (process.env.APP_FIRST_RUN) {
setTimeout(() => {
process.crash();
}, 500);
}, 1000);
}
});

0 comments on commit 42aa4f0

Please sign in to comment.