Skip to content

Commit 44a9743

Browse files
committed
Add extra time for log messages on test failures
1 parent 95515a8 commit 44a9743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/aws/testing/aws_test_harness.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ static inline int s_aws_run_test_case(struct aws_test_harness *harness) {
494494
fflush(AWS_TESTING_REPORT_FD);
495495
fflush(stdout);
496496
fflush(stderr);
497+
aws_thread_current_sleep(1000000000);
497498
_Exit(test_res == AWS_OP_SKIP ? SKIP : FAILURE);
498499
}
499500

0 commit comments

Comments
 (0)