You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2018/08/06 17:32:43 UTC

[trafficserver] branch master updated: Bug fix for timeout test

This is an automated email from the ASF dual-hosted git repository.

shinrich pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bb73b2  Bug fix for timeout test
4bb73b2 is described below

commit 4bb73b227e587f7e516c5e8c19e6464747819ce8
Author: Jesse Zhang <ma...@gmail.com>
AuthorDate: Mon Aug 6 11:41:12 2018 -0500

    Bug fix for timeout test
---
 tests/gold_tests/timeout/timeout.test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/gold_tests/timeout/timeout.test.py b/tests/gold_tests/timeout/timeout.test.py
index e7f75d3..0b61c9f 100644
--- a/tests/gold_tests/timeout/timeout.test.py
+++ b/tests/gold_tests/timeout/timeout.test.py
@@ -39,6 +39,7 @@ ts.Disk.records_config.update({
 })
 
 tr = Test.AddTestRun("tr")
+tr.StartupTimeout = 30
 tr.Processes.Default.StartBefore(server)
 tr.Processes.Default.StartBefore(ts, ready=When.PortOpen(ts.Variables.port))
 tr.Processes.Default.StartBefore(dns)