We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39d15fc commit 4513057Copy full SHA for 4513057
src/test/java/net/snowflake/ingest/streaming/internal/it/SubscopedTokenRefreshIT.java
@@ -86,10 +86,10 @@ public void testTokenExpire() throws Exception {
86
/*
87
* Minimum duration of token for each cloud storage:
88
* - S3: 900 seconds
89
- * - GCS: 600 seconds
+ * - GCS: 3600 seconds
90
* - Azure: 300 seconds
91
*/
92
- int duration = 900;
+ int duration = 3600;
93
int rowCount = 10;
94
createIcebergTable(tableName);
95
conn.createStatement()
0 commit comments