Skip to content

Commit

Permalink
[evgeny, jason] increased timeout to 60 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Poberezkin committed Sep 10, 2014
1 parent a2255a3 commit a49fa3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ config({
}
},
request: {
jsonpTimeout: 15000,
jsonpTimeout: 60000,
jsonpCallbackPrefix: '___milo_callback_',
optionsKey: '___milo_options',
defaults: {
timeout: 30000
timeout: 60000
}
},
check: true,
Expand Down
4 changes: 2 additions & 2 deletions milo.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -8666,11 +8666,11 @@ config({
}
},
request: {
jsonpTimeout: 15000,
jsonpTimeout: 60000,
jsonpCallbackPrefix: '___milo_callback_',
optionsKey: '___milo_options',
defaults: {
timeout: 30000
timeout: 60000
}
},
check: true,
Expand Down

0 comments on commit a49fa3e

Please sign in to comment.