Skip to content

Commit

Permalink
Change the server to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
Piumal1999 committed Aug 7, 2023
1 parent f18b98a commit 4097772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is an example environment file for configuring dynamic values.
E2E_BASE_URL=https://dev3.openmrs.org/openmrs
E2E_BASE_URL=http://localhost:8080/openmrs
E2E_USER_ADMIN_USERNAME=admin
E2E_USER_ADMIN_PASSWORD=Admin123
E2E_LOGIN_DEFAULT_LOCATION_UUID=44c3efb0-2583-4c80-a79e-1f756a03c0a1
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const config: PlaywrightTestConfig = {
testDir: './e2e/specs',
timeout: 3 * 60 * 1000,
expect: {
timeout: 60 * 1000,
timeout: 40 * 1000,
},
fullyParallel: true,
forbidOnly: !!process.env.CI,
Expand Down

0 comments on commit 4097772

Please sign in to comment.