File: test_increase_timeout.patch

package info (click to toggle)
mdtraj 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 79,324 kB
  • sloc: python: 25,217; ansic: 6,266; cpp: 5,685; xml: 1,252; makefile: 192
file content (11 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/examples/test_examples.py
+++ b/examples/test_examples.py
@@ -19,7 +19,7 @@
 
 FLAKEY_LIST = ["centroids.ipynb", "native-contact.ipynb", "hbonds.ipynb"]
 SPARTA_PLUS = ["sparta+", "SPARTA+", "SPARTA+.linux"]
-TIMEOUT = 60  # seconds
+TIMEOUT = 100  # seconds
 
 test_dir = os.path.dirname(os.path.abspath(__file__))
 examples = [