Skip to content

Commit 9d78313

Browse files
committed
Incremented timeout time
1 parent d15c637 commit 9d78313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/redux/middleware/middleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import * as Constants from '../../constants';
3535
import { ADD_EXPERIMENT, REMOVE_EXPERIMENT } from '../actions/experiments';
3636

3737

38-
const TIMEOUT = 10000;
38+
const TIMEOUT = 30000;
3939
const EXPERIMENT_POLL_INTERVAL = 5000;
4040

4141
const STABLE_EXPERIMENTS_STATES = new Set([

0 commit comments

Comments
 (0)