Skip to content

Commit

Permalink
Fix Java adapterDeactivation (#3034)
Browse files Browse the repository at this point in the history
Fixes #2711
  • Loading branch information
externl authored Nov 1, 2024
1 parent 022102b commit 5ebaeb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public static TestIntfPrx allTests(test.TestHelper helper) {
"IdleAdapter", "tcp -h 127.0.0.1");
adapter.activate();
try {
Thread.sleep(1200);
Thread.sleep(1500);
} catch (InterruptedException ex) {
test(false);
}
Expand Down

0 comments on commit 5ebaeb9

Please sign in to comment.