7048308: 4/4 LoggingDeadlock3 test timeout is too small

Change timeout for test from 15 seconds to 80 seconds.

Reviewed-by: dholmes
This commit is contained in:
Daniel D. Daugherty 2011-06-01 17:10:30 -07:00
parent f0d2f69eed
commit 0d21eb970f

View File

@ -27,7 +27,7 @@
* @summary Calling LogManager.addLogger() and Logger.getLogger() cause deadlock
* @author Serguei Spitsyn
* @build LoggingDeadlock3
* @run main/timeout=15 LoggingDeadlock3
* @run main/timeout=80 LoggingDeadlock3
*/
import java.io.*;