time for more tests

This commit is contained in:
rusefi 2020-07-26 00:23:36 -04:00
parent 267f2de0ab
commit 8e607dd243
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import static com.rusefi.shared.FileUtil.close;
import static org.junit.Assert.assertTrue;
public class LocalApplicationProxyTest {
private static AtomicInteger portNumber = new AtomicInteger();
private static final AtomicInteger portNumber = new AtomicInteger(4000);
@Before
public void setup() throws MalformedURLException {