mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-15 23:32:46 +00:00
Fix duration lint in the sandbox driver benchmark
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
parent
d88c6064af
commit
124065ac52
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ async fn unpack_driver(sandbox: &dyn DriverSandbox, repo: &Repository) {
|
|||
.exec()
|
||||
.run(
|
||||
&ExecSpec::bash("mkdir -p repo && tar -xf /tmp/repo.tar -C repo")
|
||||
.timeout(Duration::from_secs(120)),
|
||||
.timeout(Duration::from_mins(2)),
|
||||
)
|
||||
.await
|
||||
.expect("unpack exec");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue