File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
main/java/rx/internal/util
test/java/rx/internal/operators Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- * Copyright 2011 David Karnok
3
- *
1
+ /**
2
+ * Copyright 2014 Netflix, Inc.
3
+ *
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
10
* Unless required by applicable law or agreed to in writing, software
11
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
17
16
package rx .internal .util ;
18
17
19
18
import java .util .concurrent .atomic .AtomicLongFieldUpdater ;
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public void testNoBackpressureSupport() {
47
47
ts .assertNoErrors ();
48
48
}
49
49
50
- @ Test (timeout = 500 )
50
+ @ Test (timeout = 2000 )
51
51
public void testFixBackpressureWithBuffer () throws InterruptedException {
52
52
final CountDownLatch l1 = new CountDownLatch (100 );
53
53
final CountDownLatch l2 = new CountDownLatch (150 );
You can’t perform that action at this time.
0 commit comments