upping the timeout for finance tests to 15s.

This commit is contained in:
fawce
2012-03-20 11:16:58 -04:00
parent 45af7183c9
commit 4d59846352
+1 -1
View File
@@ -22,7 +22,7 @@ from zipline.simulator import AddressAllocator, Simulator
from zipline.monitor import Controller
from zipline.lines import SimulatedTrading
DEFAULT_TIMEOUT = 5 # seconds
DEFAULT_TIMEOUT = 15 # seconds
allocator = AddressAllocator(1000)