Skip to content

Commit

Permalink
fixed duration in test
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Jan 7, 2024
1 parent a603843 commit ed77e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/trace/test_Trace_Call__Stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def test_push_and_pop(self):
assert node_6.frame == frame_1

assert node_1.call_start < node_1.call_end
assert node_1.call_duration < 0.0003 # these values should be very quick
assert node_1.call_duration < 0.001 # these values should be very quick

def test_stack_top(self):
test_data = Frames_Test_Data()
Expand Down

0 comments on commit ed77e38

Please sign in to comment.