Skip to content

Commit df5d02d

Browse files
committed
double TIMEOUT for performance test
1 parent 21f094e commit df5d02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/examples/test_jupyter_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
@unittest.skipIf(os.getenv('CIRCLECI', '0') in ['1', 'true'], 'Jupyter server not setup in CircleCI')
2020
class ExamplesTestCase(unittest.TestCase):
21-
TIMEOUT = 300
21+
TIMEOUT = 600
2222

2323
def test_jupyter(self):
2424
failed_notebooks = []

0 commit comments

Comments
 (0)