Skip to content

Commit 83dbc9f

Browse files
committed
test(cubestore): Bump test timeout to account for data.wprdc.org slowness
1 parent 01e266d commit 83dbc9f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust/cubestore/cubestore-sql-tests/src/multiproc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ pub trait MultiProcTest {
113113

114114
/// This timeout will be applied both on worker and for the drive() function.
115115
fn timeout(&self) -> Duration {
116-
Duration::from_secs(20)
116+
Duration::from_secs(30)
117117
}
118118

119119
fn worker_init_timeout(&self) -> Duration {

rust/cubestore/cubestore-sql-tests/src/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2256,6 +2256,7 @@ async fn create_table_with_csv_no_header_and_delimiter(service: Box<dyn SqlClien
22562256
}
22572257

22582258
async fn create_table_with_url(service: Box<dyn SqlClient>) {
2259+
// TODO serve this data ourselves
22592260
let url = "https://data.wprdc.org/dataset/0b584c84-7e35-4f4d-a5a2-b01697470c0f/resource/e95dd941-8e47-4460-9bd8-1e51c194370b/download/bikepghpublic.csv";
22602261

22612262
service

0 commit comments

Comments
 (0)