Skip to content

Commit dad59b7

Browse files
committed
Bump not-CI wait time
1 parent 96c5bf0 commit dad59b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/Test/Common/IntegrationFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ static IntegrationFixture()
7777
}
7878
else
7979
{
80-
WaitSpan = TimeSpan.FromSeconds(10);
80+
WaitSpan = TimeSpan.FromSeconds(15);
8181
LongWaitSpan = TimeSpan.FromSeconds(30);
8282
}
8383
}

0 commit comments

Comments
 (0)