Skip to content

Commit bedf7ca

Browse files
committed
Increase DEFAULT_TIMEOUT_POST_MS
- ISSUE: CSCEUDAT-1473
1 parent 72b946c commit bedf7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/src/data/ajax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import reqwest from 'reqwest'
22

33

44
const DEFAULT_TIMEOUT_GET_MS = 10 * 1000; // 10 seconds
5-
const DEFAULT_TIMEOUT_POST_MS = 10 * 1000; // 10 seconds
5+
const DEFAULT_TIMEOUT_POST_MS = 20 * 1000; // 10 seconds
66

77

88
export let errorHandler = {fn:function(text){}};

0 commit comments

Comments
 (0)