Skip to content

Commit

Permalink
try 6 runners with browser timeouts set to 60 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
damies13 committed Mar 24, 2024
1 parent c04ab3b commit 4cd315d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
Agent:
strategy:
max-parallel: 3
max-parallel: 6
matrix:
# python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.x']
# python: ['3.7']
Expand Down
2 changes: 1 addition & 1 deletion Regression_Tests/TestDataTable-GUI_Browser_chromium.robot
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Open TDT GUI
# Open Browser about:blank ${BROWSER}
New Browser ${BROWSER} False
New Page
Set Browser Timeout 30
Set Browser Timeout 60
Go To http://${TDT_Host}/
# Go To http://localhost/

Expand Down
2 changes: 1 addition & 1 deletion Regression_Tests/TestDataTable-GUI_Browser_firefox.robot
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Open TDT GUI
# Open Browser about:blank ${BROWSER}
New Browser ${BROWSER} False
New Page
Set Browser Timeout 30
Set Browser Timeout 60
Go To http://${TDT_Host}/
# Go To http://localhost/

Expand Down
2 changes: 1 addition & 1 deletion Regression_Tests/TestDataTable-GUI_Browser_webkit.robot
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ Open TDT GUI
# Open Browser about:blank ${BROWSER}
New Browser ${BROWSER} False
New Page
Set Browser Timeout 30
Set Browser Timeout 60
Go To http://${TDT_Host}/
# Go To http://localhost/

Expand Down
2 changes: 1 addition & 1 deletion Regression_Tests/TestDataTable-GUI_SeleniumLibrary.robot
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Remove Table undefined

*** Keywords ***
Open TDT GUI
${orig timeout} = Set Selenium Timeout 30 seconds
${orig timeout} = Set Selenium Timeout 60 seconds
Open Browser about:blank ${BROWSER}
Go To http://${TDT_Host}/

Expand Down

0 comments on commit 4cd315d

Please sign in to comment.