Skip to content

Commit

Permalink
start timer test sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruin-NR committed Dec 16, 2024
1 parent 3004d47 commit 5464124
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ -(void)test {
[[NRMAStartTimer sharedInstance] createDurationMetric];

[NRMASupportMetricHelper processDeferredMetrics];
sleep(1);

[NRMATaskQueue synchronousDequeue];

sleep(1);

NRMANamedValueMeasurement* measurement = ((NRMANamedValueMeasurement*)helper.result);

Expand Down

0 comments on commit 5464124

Please sign in to comment.