chore: update test timeout to 10 minutes

This commit is contained in:
Kurtis Van Gent
2025-08-26 12:51:37 -06:00
committed by GitHub
parent febbb01c41
commit 4c94959f50

View File

@@ -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)