Bump the timeout on "wait_until_i_am_the_last_task"
This commit is contained in:
parent
3c28c2fdf7
commit
24a9f83a48
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ pub async fn wait_until_i_am_the_last_task() -> anyhow::Result<()> {
|
|||
Ok(())
|
||||
},
|
||||
// This needs to be higher than the timeout the tasks print "still running"
|
||||
Duration::from_secs(6),
|
||||
Duration::from_secs(15),
|
||||
)
|
||||
.await
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue