# HG changeset patch # User coffeys # Date 1346412329 -3600 # Node ID eed7a42e5ea86b122885819f70621243b8456db5 # Parent 7a8c81ce674dc6af6420755cf4d306b11f230b47 7195063: [TEST] jtreg flags com/sun/corba/cachedSocket/7056731.sh with Error failure. Reviewed-by: chegar diff -r 7a8c81ce674d -r eed7a42e5ea8 jdk/test/com/sun/corba/cachedSocket/7056731.sh --- a/jdk/test/com/sun/corba/cachedSocket/7056731.sh Fri Aug 31 10:52:17 2012 +0200 +++ b/jdk/test/com/sun/corba/cachedSocket/7056731.sh Fri Aug 31 12:25:29 2012 +0100 @@ -115,5 +115,8 @@ exitCode=0 fi +#jtreg complaining about not being able to clean up; let's sleep +sleep 2 rm -rf out.$$ client.$$ +sleep 2 exit ${exitCode}