Skip to content

Commit c8fc7ac

Browse files
authored
chore: increase bytes (#376)
1 parent 5657032 commit c8fc7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/base/tests/integration_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ async fn req_failure_case_op_cancel_from_server_due_to_cpu_resource_limit() {
11951195
async fn req_failure_case_op_cancel_from_server_due_to_cpu_resource_limit_2() {
11961196
test_oak_file_upload(
11971197
Cow::Borrowed("./test_cases/main_small_cpu_time"),
1198-
1024 * 64,
1198+
10 * MB,
11991199
Some("image/png"),
12001200
|resp| async {
12011201
let res = resp.unwrap();

0 commit comments

Comments
 (0)