File tree 1 file changed +3
-0
lines changed
video/src/test/java/beta/video
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 18
18
19
19
import static com .google .common .truth .Truth .assertThat ;
20
20
21
+ import com .google .cloud .testing .junit4 .MultipleAttemptsRule ;
21
22
import io .grpc .StatusRuntimeException ;
22
23
import java .io .ByteArrayOutputStream ;
23
24
import java .io .IOException ;
24
25
import java .io .PrintStream ;
25
26
import java .util .concurrent .TimeoutException ;
26
27
import org .junit .After ;
27
28
import org .junit .Before ;
29
+ import org .junit .Rule ;
28
30
import org .junit .Test ;
29
31
import org .junit .runner .RunWith ;
30
32
import org .junit .runners .JUnit4 ;
33
35
@ RunWith (JUnit4 .class )
34
36
@ SuppressWarnings ("checkstyle:abbreviationaswordinname" )
35
37
public class StreamingShotChangeDetectionIT {
38
+ @ Rule public final MultipleAttemptsRule multipleAttemptsRule = new MultipleAttemptsRule (3 );
36
39
37
40
private ByteArrayOutputStream bout ;
38
41
private PrintStream out ;
You can’t perform that action at this time.
0 commit comments