##// END OF EJS Templates
change default timeout to 10s from infinite in parallel tests...
change default timeout to 10s from infinite in parallel tests avoids hangs with apply_sync in tests

File last commit:

r3408:261328d5
r12784:71ee10d9
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *