Increase job timeout

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/4/head
trivernis 3 years ago
parent 4c6617d86b
commit 3924fd8f45

@ -33,7 +33,7 @@ impl JobApi {
job_type, job_type,
sync: true, sync: true,
}, },
Some(Duration::from_secs(300)), Some(Duration::from_secs(3600)),
) )
.await .await
} }

Loading…
Cancel
Save