Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit d41cc8d

Browse files
committed
increase test timeouts
1 parent 25753d2 commit d41cc8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ethereum/tests/test_contracts.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ def sort(args:arr):
10501050
"""
10511051

10521052

1053-
@pytest.mark.timeout(10)
1053+
@pytest.mark.timeout(100)
10541054
def test_sort():
10551055
set_level(None, 'info')
10561056
s = tester.state()
@@ -1075,7 +1075,7 @@ def test(args:arr):
10751075
''' % filename9
10761076

10771077

1078-
@pytest.mark.timeout(10)
1078+
@pytest.mark.timeout(100)
10791079
def test_indirect_sort():
10801080
set_level(None, 'info')
10811081
s = tester.state()
@@ -1311,7 +1311,7 @@ def get_prevhashes(k):
13111311
return(o:arr)
13121312
"""
13131313

1314-
@pytest.mark.timeout(10)
1314+
@pytest.mark.timeout(100)
13151315
def test_prevhashes():
13161316
set_level(None, 'info')
13171317
s = tester.state()

0 commit comments

Comments
 (0)