mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-10 07:58:12 -05:00
chore: update test timeout to 10 minutes
This commit is contained in:
@@ -109,7 +109,7 @@ func TestDataplexToolEndpoints(t *testing.T) {
|
||||
|
||||
teardownTable1 := setupBigQueryTable(t, ctx, bigqueryClient, datasetName, tableName)
|
||||
teardownAspectType1 := setupDataplexThirdPartyAspectType(t, ctx, dataplexClient, aspectTypeId)
|
||||
time.Sleep(2 * time.Minute) // wait for table and aspect type to be ingested
|
||||
time.Sleep(10 * time.Minute) // wait for table and aspect type to be ingested
|
||||
defer teardownTable1(t)
|
||||
defer teardownAspectType1(t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user