From 08f250225e01fefba7ac886bfe99b6c66b5ca697 Mon Sep 17 00:00:00 2001 From: Shane Neuville Date: Tue, 19 Aug 2025 08:55:01 -0500 Subject: [PATCH] Update ui-tests.yml timeout to account for CollectionView CollectionView macOS UITests are timing out currently because they are taking slightly longer than 2 hours. We need to split these tests up or look at speeding up CollectionView tests. But for now let's increase the timeout to unblock builds --- eng/pipelines/common/ui-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/common/ui-tests.yml b/eng/pipelines/common/ui-tests.yml index cc65db785543..a27e789505cb 100644 --- a/eng/pipelines/common/ui-tests.yml +++ b/eng/pipelines/common/ui-tests.yml @@ -8,7 +8,7 @@ parameters: androidApiLevels: [ 30 ] iosVersions: [ 'latest' ] provisionatorChannel: 'latest' - timeoutInMinutes: 120 + timeoutInMinutes: 180 skipProvisioning: true agentPoolAccessToken: '' categoryGroupsToTest: