Skip to content

Commit b912583

Browse files
Aniket-Enggyann300
authored andcommitted
Update ballot.test.ts
1 parent 4e06bbb commit b912583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remix-ide-e2e/src/tests/ballot.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module.exports = {
118118
.connectToExternalHttpProvider('http://localhost:8545', 'Custom')
119119
.clickLaunchIcon('solidity')
120120
.clickLaunchIcon('udapp')
121-
.pause(4000)
121+
.pause(7000)
122122
.clearValue('input[placeholder="bytes32[] proposalNames"]')
123123
.setValue('input[placeholder="bytes32[] proposalNames"]', '["0x48656c6c6f20576f726c64210000000000000000000000000000000000000000"]')
124124
.click('*[data-id="Deploy - transact (not payable)"]')
@@ -555,4 +555,4 @@ contract Retriever is Storage {
555555
return number;
556556
}
557557
}
558-
`
558+
`

0 commit comments

Comments
 (0)