Skip to content

Commit

Permalink
delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ZijianFLG committed Jun 1, 2024
1 parent 1758275 commit 3522f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tests/IntegrationTestsCore/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"CommandPath": "dotnet",
"Arguments": "run --project ../../../../../DemoCoreWeb/DemoCoreWeb.csproj --no-build --configuration Release",
"BaseUrl": "http://127.0.0.1:5000/",
"Delay": 2
"Delay": 5
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion Tests/IntegrationTestsTextJson/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"CommandPath": "dotnet",
"Arguments": "run --project ../../../../../DemoTextJsonWeb/DemoTextJsonWeb.csproj --no-build --configuration Release",
"BaseUrl": "http://127.0.0.1:6000/",
"Delay": 2
"Delay": 5
}
]
}
Expand Down

0 comments on commit 3522f10

Please sign in to comment.