Skip to content

Commit

Permalink
add timeout of 1m just for slow laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydbenson committed Aug 31, 2015
1 parent 9e8d59f commit 2cd2487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cfg/gills_confidence_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"port": 8080,
"routes": {
"timeout": {
"server": 10000
"server": 60000
},
"auth": "session"
},
Expand Down
2 changes: 1 addition & 1 deletion cfg/tacklebox_confidence_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"routes": {
"timeout": {
"server": 10000
"server": 60000
},
"cors": {
"origin": [
Expand Down

0 comments on commit 2cd2487

Please sign in to comment.