Skip to content

Commit 10a6de2

Browse files
committed
TST: Give perf test test_run_speed ample time to finish
1 parent a70b3f5 commit 10a6de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backtesting/test/_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_run_speed(self):
8383
start = time.process_time()
8484
bt.run()
8585
end = time.process_time()
86-
self.assertLess(end - start, .2)
86+
self.assertLess(end - start, .3)
8787

8888
def test_data_missing_columns(self):
8989
df = GOOG.copy(deep=False)

0 commit comments

Comments
 (0)