ui: concatObValues + comments

This commit is contained in:
Aaron Greenspan
2021-02-15 13:12:20 -07:00
committed by Aiden McClelland
parent 8ce43d808e
commit 397236c68e
7 changed files with 88 additions and 65 deletions

View File

@@ -45,8 +45,8 @@ export class MockApiService extends ApiService {
async testConnection (): Promise<true> {
console.log('testing connection')
this.testCounter ++
await pauseFor(10000000)
if (this.testCounter > 3) {
await pauseFor(500)
if (this.testCounter > 2) {
return true
} else {
throw new Error('Not Connected')