Skip to content

Commit a7ac8f7

Browse files
authored
Update BaseStateIntegrationTests.cs
1 parent 2d5e648 commit a7ac8f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Plugins/StreamChat/Tests/StatefulClient/BaseStateIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ protected static async Task WaitWithTimeoutAsync(Task task, int maxSeconds, stri
155155
/// Timeout will be doubled on each subsequent attempt. So max timeout = <see cref="initTimeoutMs"/> * 2^<see cref="maxAttempts"/>
156156
/// </summary>
157157
protected static async Task<T> TryAsync<T>(Func<Task<T>> task, Predicate<T> successCondition, Func<Exception, bool> continueOnException = null, int maxAttempts = 20,
158-
int initTimeoutMs = 150)
158+
int initTimeoutMs = 500)
159159
{
160160
var response = default(T);
161161

0 commit comments

Comments
 (0)