Skip to content

Commit

Permalink
Fix async timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-nl committed Feb 1, 2025
1 parent 73a1a98 commit 79a8df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_async.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ void test_sleep_max_retries() {

/* query */
SF_STMT* sfstmt = snowflake_stmt(sf);
status = snowflake_prepare(sfstmt, "select system$wait(60);", 0);
status = snowflake_prepare(sfstmt, "select system$wait(120);", 0);
assert_int_equal(status, SF_STATUS_SUCCESS);
status = snowflake_async_execute(sfstmt);
if (status != SF_STATUS_SUCCESS) {
Expand Down

0 comments on commit 79a8df0

Please sign in to comment.