Skip to content

Commit 7d39ba4

Browse files
author
jmhofer
committed
Increased test delays.
1 parent c001241 commit 7d39ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/rxjava-swing/src/main/java/rx/concurrency/SwingScheduler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ public Subscription call() {
194194
}
195195
};
196196

197-
Subscription sub = scheduler.schedulePeriodically(action, 20, 100, TimeUnit.MILLISECONDS);
198-
Thread.sleep(400);
197+
Subscription sub = scheduler.schedulePeriodically(action, 50, 200, TimeUnit.MILLISECONDS);
198+
Thread.sleep(840);
199199
sub.unsubscribe();
200200
waitForEmptyEventQueue();
201201
verify(innerAction, times(4)).call();

0 commit comments

Comments
 (0)