Search found 2 matches

by NikoK
Wed Jun 13, 2012 9:25 am
Forum: TestLink 1.9
Topic: Is there any timeout in remote execution/automation?
Replies: 6
Views: 7453

Re: Is there any timeout in remote execution/automation?

Whoop, same here, got more timeouts. I found a third value from the php.ini that solved the issue, try editing default_socket_timeout in php.ini. This was only needed to be done on the machine that is running Testlink.
by NikoK
Mon Jun 04, 2012 10:14 am
Forum: TestLink 1.9
Topic: Is there any timeout in remote execution/automation?
Replies: 6
Views: 7453

Re: Is there any timeout in remote execution/automation?

I hit the same problem while working on testing automation (Testlink + Robot Framework + Git), PHP's own timeout limit caused that problem in my case. You need to change session.gc_maxlifetime and max_execution_time values in php.ini, which is located in /etc/php5/apache2/ -folder on Linux system. A...