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 5657032 commit c8fc7acCopy full SHA for c8fc7ac
crates/base/tests/integration_tests.rs
@@ -1195,7 +1195,7 @@ async fn req_failure_case_op_cancel_from_server_due_to_cpu_resource_limit() {
1195
async fn req_failure_case_op_cancel_from_server_due_to_cpu_resource_limit_2() {
1196
test_oak_file_upload(
1197
Cow::Borrowed("./test_cases/main_small_cpu_time"),
1198
- 1024 * 64,
+ 10 * MB,
1199
Some("image/png"),
1200
|resp| async {
1201
let res = resp.unwrap();
0 commit comments