Skip to content

Commit 73c78cf

Browse files
committed
Remove vestigial timeout from testing in another PR
From #214 (comment)
1 parent 1ff578b commit 73c78cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/msc2716_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ func paginateUntilMessageCheckOff(t *testing.T, c *client.CSAPI, roomID string,
12401240
}
12411241

12421242
for {
1243-
if time.Since(start) > 200*c.SyncUntilTimeout {
1243+
if time.Since(start) > c.SyncUntilTimeout {
12441244
t.Fatalf(
12451245
"paginateUntilMessageCheckOff timed out. %s",
12461246
generateErrorMesssageInfo(),

0 commit comments

Comments
 (0)