lower default timings
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s
Details
This commit is contained in:
parent
04c31e0b90
commit
e3d194a7bd
|
@ -391,8 +391,8 @@ function App() {
|
|||
{' '}
|
||||
Initiate Validation Pool
|
||||
{' '}
|
||||
<Button onClick={() => initiateValidationPool(post.id, 20)}>
|
||||
20 s
|
||||
<Button onClick={() => initiateValidationPool(post.id, 1)}>
|
||||
1 s
|
||||
</Button>
|
||||
{' '}
|
||||
<Button onClick={() => initiateValidationPool(post.id, 3600)}>
|
||||
|
|
|
@ -48,7 +48,7 @@ function ProposePriceChangeModal({
|
|||
// await post.publish(DAO, account);
|
||||
// Use content hash when calling Proposals.propose
|
||||
// TODO: Make durations configurable
|
||||
await workContract.methods.proposeNewPrice(proposedPrice, post.hash, [300, 300, 300]).send({
|
||||
await workContract.methods.proposeNewPrice(proposedPrice, post.hash, [30, 30, 30]).send({
|
||||
from: account,
|
||||
gas: 999999,
|
||||
value: 200,
|
||||
|
|
Loading…
Reference in New Issue