Skip to content

Commit

Permalink
fix: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
swarit-pandey committed Sep 10, 2024
1 parent 2ea2ca9 commit 7be35e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/post/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ async function run(): Promise<void> {
try {
await new Promise<void>((resolve) => {
stopKnoxctlScan();
setTimeout(resolve, 5000);
setTimeout(resolve, 10000);
});

const outputDir = getOutputDir();
Expand Down

0 comments on commit 7be35e7

Please sign in to comment.