Skip to content

Commit ac09359

Browse files
authored
update default timeout for Dial connections to 10s (#614)
1 parent 77c30d9 commit ac09359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const DIAL_TIMEOUT = 5000;
1+
export const DIAL_TIMEOUT = 10_000;

0 commit comments

Comments
 (0)