increase test_strongly_connected_DAG threshold (#7131)

flaky
This commit is contained in:
chenyu 2024-10-17 11:08:50 -04:00 committed by GitHub
parent c23ef7e2f8
commit 287a198c4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1608,7 +1608,7 @@ class TestIndexing(unittest.TestCase):
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)]