Skip to content

Commit

Permalink
Add more timeouts for GHA boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Oct 19, 2023
1 parent 1769296 commit 4449af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/msc3902/federation_room_join_partial_state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ func TestPartialStateJoin(t *testing.T) {
// instead let's just check for the presence of the room in the timeline.
// it can take a while for the homeserver to update its state for 100+ events, so raise
// the default timeout.
alice.SyncUntilTimeout = 20 * time.Second
alice.SyncUntilTimeout = 30 * time.Second
alice.MustSyncUntil(t,
client.SyncReq{},
func(clientUserID string, topLevelSyncJSON gjson.Result) error {
Expand Down

0 comments on commit 4449af1

Please sign in to comment.