Skip to content

Commit

Permalink
fix low default timeout, to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
metaory committed Jun 24, 2024
1 parent a76cb78 commit 55f3bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Pcall {
#span
#tick
noTrace = true
timeout = 3_000
timeout = 30_000
transformOnSuccess = res => res
transformOnFailure = err => err
onSuccess = res => console.info('@OK', res)
Expand Down

0 comments on commit 55f3bf7

Please sign in to comment.