Skip to content

Commit 94a3e49

Browse files
extend timeout to fix timeout issue
1 parent fccb27a commit 94a3e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_lob.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ void test_lob_setup(SF_CONNECT **out_sf, SF_STMT **out_sfstmt, sf_bool use_arrow
9999
{
100100
SF_CONNECT *sf = setup_snowflake_connection();
101101
/* extend timeout to retrive large query response with LOB data */
102-
int64 timeout = 600;
102+
int64 timeout = 1200;
103103
snowflake_set_attribute(sf, SF_CON_NETWORK_TIMEOUT, &timeout);
104104
snowflake_set_attribute(sf, SF_CON_RETRY_TIMEOUT, &timeout);
105105
SF_STATUS status = snowflake_connect(sf);

0 commit comments

Comments
 (0)