We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727cf44 commit ebf27d7Copy full SHA for ebf27d7
1 file changed
src/test/java/io/cdap/plugin/http/etl/HttpStreamingSourceETLTest.java
@@ -50,7 +50,7 @@ public class HttpStreamingSourceETLTest extends HttpSourceETLTest {
50
private static final Logger LOG = LoggerFactory.getLogger(HttpStreamingSourceETLTest.class);
51
private static final ArtifactId APP_ARTIFACT_ID = NamespaceId.DEFAULT.artifact("data-streams", "1.0.0");
52
private static final ArtifactSummary APP_ARTIFACT = new ArtifactSummary("data-streams", "1.0.0");
53
- private static final int WAIT_FOR_RECORDS_TIMEOUT_SECONDS = 180;
+ private static final int WAIT_FOR_RECORDS_TIMEOUT_SECONDS = 300;
54
private static final long WAIT_FOR_RECORDS_POLLING_INTERVAL_MS = 200;
55
56
@BeforeClass
0 commit comments