File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 1c1af99052b3a2fb32ed0ce4b5f68b7671e6e45e
5
+ refs/heads/try: 8d9f67003a4def3894096e7971cde49e638ac449
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ mod test {
143
143
144
144
#[ test]
145
145
fn test_gl_timer_sleep_stress1 ( ) {
146
- iter:: repeat ( 500 u ) { ||
146
+ iter:: repeat ( 200 u ) { ||
147
147
sleep ( 1 u) ;
148
148
}
149
149
}
@@ -153,12 +153,12 @@ mod test {
153
153
let po = comm:: port ( ) ;
154
154
let ch = comm:: chan ( po) ;
155
155
156
- let repeat = 100 u ;
156
+ let repeat = 20 u ;
157
157
let spec = {
158
158
159
- [ ( 1 u, 100 u ) ,
159
+ [ ( 1 u, 20 u ) ,
160
160
( 10 u, 10 u) ,
161
- ( 100 u , 2 u) ]
161
+ ( 20 u , 2 u) ]
162
162
163
163
} ;
164
164
You can’t perform that action at this time.
0 commit comments