diff --git a/eng/test-configuration.json b/eng/test-configuration.json index 9225bbf33a02be..f1c457cb48031d 100644 --- a/eng/test-configuration.json +++ b/eng/test-configuration.json @@ -4,6 +4,6 @@ "localRerunCount": 2, "retryOnRules": [ { "testAssembly": { "wildcard": "System.Net.*" } }, - { "failureMessage": { "wildcard": "Timed out after * waiting for the browser to be ready" } } + { "failureMessage": { "regex": ".*Timed out after .* waiting for the browser to be ready.*" } } ] }