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 5c0efa2 commit 180285dCopy full SHA for 180285d
test/main.c
@@ -197,9 +197,9 @@ int test_init (const char *db_path, int init) {
197
rc = db_exec(db, sql); RCHECK
198
rc = db_expect_int(db, "SELECT COUNT(*) as count FROM users;", 1); RCHECK
199
if(init){
200
- rc = db_exec(db, "SELECT cloudsync_network_sync(500, 50);"); RCHECK
+ rc = db_exec(db, "SELECT cloudsync_network_sync(1500, 100);"); RCHECK
201
} else { //tofix
202
- rc = db_expect_gt0(db, "SELECT cloudsync_network_sync(500, 50);"); RCHECK
+ rc = db_expect_gt0(db, "SELECT cloudsync_network_sync(1500, 100);"); RCHECK
203
rc = db_expect_gt0(db, "SELECT COUNT(*) as count FROM users;"); RCHECK
204
rc = db_expect_gt0(db, "SELECT COUNT(*) as count FROM activities;"); RCHECK
205
}
0 commit comments