Skip to content

Commit

Permalink
Merge pull request #62 from GDATASoftwareAG/increaseTimeout
Browse files Browse the repository at this point in the history
pump dem numers up
  • Loading branch information
sfotiadis authored Jun 28, 2022
2 parents e72733c + 712e3fa commit a2882a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/vaas/vaas.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ async def __upload(self, token, upload_uri, buffer):
url=upload_uri,
data=buffer,
headers={"Authorization": token, "traceParent": trace_id},
timeout=60,
timeout=600,
)
except httpx.TimeoutException:
self.tracing.trace_upload_timeout(len(buffer))
Expand Down

0 comments on commit a2882a7

Please sign in to comment.