increase threshold test_strongly_connected_DAG (#7560)

it shoult test some other properties. flakying with time test https://github.com/chenyuxyz/tinygrad/actions/runs/11688403523/job/32548762512
This commit is contained in:
chenyu
2024-11-05 11:44:39 -05:00
committed by GitHub
parent 630a7f37cf
commit f2fa183651

View File

@@ -1613,7 +1613,7 @@ class TestIndexing(unittest.TestCase):
return a.item()
r, et = timeit(f, a)
self.assertEqual(r, val)
self.assertLess(et, 1200)
self.assertLess(et, 1400)
def test_no_rewrite_elementwise(self):
bufs = [UOp(Ops.DEFINE_GLOBAL, dtypes.int.ptr(), (), i) for i in range(3)]