Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-10-27 20:15:04 +02:00
parent f7fc033f21
commit e6e104ac96
2 changed files with 3 additions and 3 deletions

View File

@@ -328,7 +328,7 @@ def handle_strava_sync(stravatoken,workoutid,filename,name,activity_type,descrip
try:
act = client.upload_activity(f,'tcx.gz',name=name)
try:
res = act.wait(poll_interval=1.0, timeout=60)
res = act.wait(poll_interval=1.0, timeout=10)
except stravalib.exc.ActivityUploadFailed: # pragma: no cover
failed = True
except JSONDecodeError: # pragma: no cover