Skip to content

Commit

Permalink
Increase WindowedWordCountIT timeout to 20 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed Nov 10, 2016
1 parent 7e82e35 commit bf39dc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ private void testWindowedWordCountPipeline(boolean isStreaming) throws IOExcepti
WindowedWordCountITOptions options =
TestPipeline.testingPipelineOptions().as(WindowedWordCountITOptions.class);
options.setStreaming(isStreaming);
options.setTestTimeoutSeconds(1200L);

// Note: currently unused because the example writes to BigQuery, but WindowedWordCount.Options
// are tightly coupled to WordCount.Options, where the option is required.
Expand Down

0 comments on commit bf39dc6

Please sign in to comment.