Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb committed Oct 22, 2023
1 parent a0f0ef1 commit c79ba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ export const run = async (event: Event, runId: number, sha: string, client: Clie
if (event.number != null) {
await client.postComment(event.number, comment);
}
}, 3000);
}, 10000);
};

0 comments on commit c79ba4d

Please sign in to comment.