Skip to content

Commit

Permalink
Increase quorum test timeout to account for slower CI environments
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Dec 22, 2023
1 parent 0129bf5 commit 7f8e9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/tests/test_lib_stormtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -6360,7 +6360,7 @@ async def test_view_quorum(self):
self.true(forkview.merging)
self.true(forkview.layers[0].readonly)

self.true(await forkview.waitfini(timeout=3))
self.true(await forkview.waitfini(timeout=12))

self.none(core.getView(fork00))
nodes = await core.nodes('inet:fqdn')
Expand Down

0 comments on commit 7f8e9ee

Please sign in to comment.