File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/jdk/com/sun/jndi/dns/ConfigTests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2002, 2018 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2002, 2020 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -44,9 +44,9 @@ public class PortUnreachable extends DNSTestBase {
44
44
45
45
// Threshold in ms for elapsed time of request failed. Normally, it should
46
46
// be very quick, but consider to different platform and test machine
47
- // performance, here we define 1000 ms as threshold which acceptable for
47
+ // performance, here we define 3000 ms as threshold which acceptable for
48
48
// this test.
49
- private static final int THRESHOLD = 1000 ;
49
+ private static final int THRESHOLD = 3000 ;
50
50
51
51
private long startTime ;
52
52
You can’t perform that action at this time.
0 commit comments