Skip to content

Commit b5668ad

Browse files
author
alexandre-perrin
committed
wip: bump timeout value
1 parent 565e634 commit b5668ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/st-nohub/test_blob_type_http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ test_http_get_file(void **state)
9898
expect_value(blob_cb, result->result, EVP_BLOB_RESULT_SUCCESS);
9999
expect_value(blob_cb, result->http_status, HTTP_STATUS_OK);
100100
expect_value(blob_cb, result->error, 0);
101-
result = EVP_processEvent(ctxt->client, 1000);
101+
result = EVP_processEvent(ctxt->client, 10000);
102102
assert_int_equal(result, EVP_OK);
103103
}
104104

0 commit comments

Comments
 (0)