Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek's Macbook Pro authored and Abhishek's Macbook Pro committed May 11, 2024
1 parent ff4f9cb commit 693e84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/test_fixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class MyTestCase(TestCase):
def test_long_running_task(self):
# Simulate a long-running task
time.sleep(20)
time.sleep(5)
# Add your actual test assertions here (if any)
self.assertEqual(1 + 1, 2)

Expand Down

0 comments on commit 693e84e

Please sign in to comment.