Flulike99 commited on
Commit
9b09074
·
1 Parent(s): efba359

api debug

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. app.py +1 -1
.gitignore CHANGED
@@ -2,4 +2,5 @@ _pycache__/
2
  flux/_pycache__/
3
  .python-version
4
  .requirements.txt
5
- run.sh
 
 
2
  flux/_pycache__/
3
  .python-version
4
  .requirements.txt
5
+ run.sh
6
+ test/
app.py CHANGED
@@ -369,7 +369,7 @@ def generate_background_api(
369
  ZEN_BG_ENDPOINT,
370
  headers=headers,
371
  json=payload,
372
- timeout=90,
373
  )
374
 
375
  if response.status_code == 200:
 
369
  ZEN_BG_ENDPOINT,
370
  headers=headers,
371
  json=payload,
372
+ timeout=120,
373
  )
374
 
375
  if response.status_code == 200: