Skip to content

Commit

Permalink
increase test_strongly_connected_DAG threshold (tinygrad#7131)
Browse files Browse the repository at this point in the history
flaky
  • Loading branch information
chenyuxyz authored Oct 17, 2024
1 parent c23ef7e commit 287a198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ def f(a):
return a.item()
r, et = timeit(f, a)
self.assertEqual(r, val)
self.assertLess(et, 1e3)
self.assertLess(et, 1200)

def test_no_rewrite_elementwise(self):
bufs = [UOp(UOps.DEFINE_GLOBAL, dtypes.int.ptr(), (), i) for i in range(3)]
Expand Down

0 comments on commit 287a198

Please sign in to comment.