Skip to content

Commit 4513057

Browse files
Fix GCS IT
1 parent 39d15fc commit 4513057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/net/snowflake/ingest/streaming/internal/it/SubscopedTokenRefreshIT.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ public void testTokenExpire() throws Exception {
8686
/*
8787
* Minimum duration of token for each cloud storage:
8888
* - S3: 900 seconds
89-
* - GCS: 600 seconds
89+
* - GCS: 3600 seconds
9090
* - Azure: 300 seconds
9191
*/
92-
int duration = 900;
92+
int duration = 3600;
9393
int rowCount = 10;
9494
createIcebergTable(tableName);
9595
conn.createStatement()

0 commit comments

Comments
 (0)