Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit e5c48c8

Browse files
authored
Merge pull request #5538 from trufflesuite/remove-property
Internal improvement: remove property that seems to be unused
2 parents 04c0b31 + 3bd746c commit e5c48c8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/migrate/ResolverIntercept.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ class ResolverIntercept {
2323

2424
this.cache.push(resolved);
2525

26-
// During migrations, we could be on a network that takes a long time to accept
27-
// transactions (i.e., contract deployment close to block size). Because successful
28-
// migration is more important than wait time in those cases, we'll synchronize "forever".
29-
resolved.synchronization_timeout = 0;
30-
3126
return resolved;
3227
}
3328

0 commit comments

Comments
 (0)