Commit ca41ccd1 authored by dieter's avatar dieter

increase time for the racetests from 60 to 120 seconds

parent 2d456463
...@@ -210,7 +210,7 @@ class RaceTests(object): ...@@ -210,7 +210,7 @@ class RaceTests(object):
tg = TestWorkGroup(self) tg = TestWorkGroup(self)
tg.go(xrun, verify, N, name='Tverify') tg.go(xrun, verify, N, name='Tverify')
tg.go(xrun, modify, N, name='Tmodify') tg.go(xrun, modify, N, name='Tmodify')
tg.wait(60) tg.wait(120)
# client-server storages like ZEO, NEO and RelStorage allow several storage # client-server storages like ZEO, NEO and RelStorage allow several storage
# clients to be connected to single storage server. # clients to be connected to single storage server.
...@@ -320,7 +320,7 @@ class RaceTests(object): ...@@ -320,7 +320,7 @@ class RaceTests(object):
tg = TestWorkGroup(self) tg = TestWorkGroup(self)
for _ in range(nwork): for _ in range(nwork):
tg.go(T, N) tg.go(T, N)
tg.wait(60) tg.wait(120)
# verify storage for race in between client disconnect and external # verify storage for race in between client disconnect and external
# invalidations. https://github.com/zopefoundation/ZEO/issues/209 # invalidations. https://github.com/zopefoundation/ZEO/issues/209
...@@ -411,7 +411,7 @@ class RaceTests(object): ...@@ -411,7 +411,7 @@ class RaceTests(object):
tg = TestWorkGroup(self) tg = TestWorkGroup(self)
for _ in range(nwork): for _ in range(nwork):
tg.go(T, N) tg.go(T, N)
tg.wait(60) tg.wait(120)
# `_state_init` initializes the database according to the spec. # `_state_init` initializes the database according to the spec.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment