Skip to content

Commit d82e3ab

Browse files
committed
Add sleep
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 921c6c0 commit d82e3ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demos/http/http_demo_mutual_auth/http_demo_mutual_auth.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,8 @@ int main( int argc,
408408
/* End TLS session, then close TCP connection. */
409409
( void ) Openssl_Disconnect( &networkContext );
410410

411-
fflush( stdout );
411+
/* Sleep for a while so that CI gets the complete output. */
412+
sleep( 5 );
412413

413414
return returnStatus;
414415
}

0 commit comments

Comments
 (0)