Skip to content

Commit

Permalink
Extend the timeout value for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
overfl0 committed Dec 1, 2024
1 parent d2df9a3 commit 9420b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def test_cython_mod(self):
request = self.create_request('cython_basic.compile_python_extension_do_not_use_this_way', [setup_py_path])
output, err, code = self._call_tester(self.pythia_path, request,
loaded_pbos=[os.path.join('@CythonMod', 'addons', 'cython_mod.pbo')],
timeout=30)
timeout=60)

# Mild check
self.assertIn('running build_ext', output)
Expand Down

0 comments on commit 9420b4d

Please sign in to comment.