We have 3000 test cases in a test plan. The charts report does not work. Time out is retured as below even with single user.
Loading <lib/results/overallPieChart.php>timed out.(-1)
Could you please let me know is there any configuration to extend the timeout?
Thanks!
chart reporting timeout
Moderators: Amaradana, TurboPT, TL Developers
I am also getting similar error. I am having about 1140 testcases in this project. I have got it executed all of them. I have multiple projects (at least 3 at the moment). Later, I will be adding a few more projects. Each project would contain at least 15000 test cases.
How do i get away with the timeout issue?
System configuration:
- Windows 2008 x64
- WAMPServer 2.0c
- Testlink 1.8 Beta2
Let me know if you need more information.
Thanks,
Anjani Singh
How do i get away with the timeout issue?
System configuration:
- Windows 2008 x64
- WAMPServer 2.0c
- Testlink 1.8 Beta2
Let me know if you need more information.
Thanks,
Anjani Singh
Flash Charts, SSL and IE don't play nice
Add the following two lines to your ssl.conf file
DocumentRoot "/home/testlink/apps/testlink"
<Directory "/home/testlink/apps/testlink">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Header set Cache-Control "cache, must-revalidate"
Header set Pragma "public"
</Directory>
Add the following two lines to your ssl.conf file
DocumentRoot "/home/testlink/apps/testlink"
<Directory "/home/testlink/apps/testlink">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Header set Cache-Control "cache, must-revalidate"
Header set Pragma "public"
</Directory>