rubenroy commited on
Commit
02a8580
·
verified ·
1 Parent(s): 6746d3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with main_container:
89
  json=data,
90
  headers=headers,
91
  verify=False,
92
- timeout=10
93
  )
94
 
95
  if response.status_code == 200:
 
89
  json=data,
90
  headers=headers,
91
  verify=False,
92
+ timeout=60
93
  )
94
 
95
  if response.status_code == 200: