Skip to content

Commit

Permalink
use 30sec threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Aug 18, 2023
1 parent 106e404 commit 53c4149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const collect = async (inUrl: string, args: CollectorOptions) => {
new Promise((_, reject) =>
setTimeout(() => {
reject(new Error('Done waiting for navigation'));
}, 15000)
}, 30000)
)
]);
} catch (error) {
Expand Down

0 comments on commit 53c4149

Please sign in to comment.