Skip to content

Commit

Permalink
small update to loading time
Browse files Browse the repository at this point in the history
  • Loading branch information
juliagsy committed Jun 9, 2023
1 parent 3cb4b95 commit 179f710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ivy_builder_tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def test_single(self, dev_str, f, array_shape, num_processes):
self._dataset_w_prefetch[i]
time_taken = time.process_time() - start_time
if i > 0:
assert time_taken < 0.5
assert time_taken < 0.8
time.sleep(0.015)

# delete
Expand Down

0 comments on commit 179f710

Please sign in to comment.