mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-27 20:29:39 +02:00
[pitboss/grind] deferred session-0009 (20260520T233019Z-6958)
This commit is contained in:
parent
a6f34554db
commit
38cc0ce05f
60 changed files with 509 additions and 541 deletions
|
|
@ -142,12 +142,13 @@ fn flask_eval_verdict() -> VerifyResult {
|
|||
}
|
||||
|
||||
fn flask_eval_sandbox_options() -> SandboxOptions {
|
||||
let mut opts = SandboxOptions::default();
|
||||
opts.backend = SandboxBackend::Docker;
|
||||
opts.env_passthrough = vec!["NYX_PAYLOAD".into()];
|
||||
opts.timeout = Duration::from_secs(30);
|
||||
opts.memory_mib = 256;
|
||||
opts
|
||||
SandboxOptions {
|
||||
backend: SandboxBackend::Docker,
|
||||
env_passthrough: vec!["NYX_PAYLOAD".into()],
|
||||
timeout: Duration::from_secs(30),
|
||||
memory_mib: 256,
|
||||
..SandboxOptions::default()
|
||||
}
|
||||
}
|
||||
|
||||
fn workspace_root() -> PathBuf {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue