We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c39ec commit 996d9dcCopy full SHA for 996d9dc
src/hyperlight_host/benches/benchmarks.rs
@@ -77,7 +77,7 @@ fn guest_call_benchmark(c: &mut Criterion) {
77
let mut config = SandboxConfiguration::default();
78
config.set_input_data_size(2 * SIZE + (1024 * 1024)); // 2 * SIZE + 1 MB, to allow 1MB for the rest of the serialized function call
79
config.set_heap_size(SIZE as u64 * 15);
80
- config.set_max_execution_time(Duration::from_secs(10));
+ config.set_max_execution_time(Duration::from_secs(30));
81
82
let sandbox = UninitializedSandbox::new(
83
GuestBinary::FilePath(simple_guest_as_string().unwrap()),
0 commit comments