This commit is contained in:
Xiang Zhang 2018-11-12 17:09:53 -08:00
Родитель 1f2dde9513
Коммит 4ae6907ac6
2 изменённых файлов: 1 добавлений и 2 удалений

1
Tools/WinMLDashboard/.vscode/launch.json поставляемый
Просмотреть файл

@ -1,7 +1,6 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{

Просмотреть файл

@ -69,7 +69,7 @@ describe("WinMLDashboard Tests", function () {
it('click install python environment', function () {
return app.client
.click(pythonDownloadOption).waitForVisible('#modelToConvert', 1000*500)
.click(pythonDownloadOption).waitForVisible('#modelToConvert', 1000*1000)
})
it('sets model to convert', function () {