Commit 2485b8b0 authored by Lysandre's avatar Lysandre
Browse files

Set XLA example time to 500s

parent 2dba7d57
...@@ -80,7 +80,7 @@ class TorchXLAExamplesTests(unittest.TestCase): ...@@ -80,7 +80,7 @@ class TorchXLAExamplesTests(unittest.TestCase):
self.assertGreaterEqual(value, 0.70) self.assertGreaterEqual(value, 0.70)
# Assert that the script takes less than 300 seconds to make sure it doesn't hang. # Assert that the script takes less than 300 seconds to make sure it doesn't hang.
self.assertLess(end - start, 300) self.assertLess(end - start, 500)
def test_trainer_tpu(self): def test_trainer_tpu(self):
import xla_spawn import xla_spawn
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment