Skip to content

Commit 6ae6352

Browse files
committed
increase request timeout to 5 seconds
1 parent 503b0cc commit 6ae6352

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,2 +1,2 @@
1-
export const REQUEST_TIMEOUT_MILLIS = 1000;
1+
export const REQUEST_TIMEOUT_MILLIS = 5000;
22
export const BASE_URL = 'https://eppo.cloud/api';

0 commit comments

Comments
 (0)