lower default timings
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 34s Details

This commit is contained in:
Ladd Hoffman 2024-04-01 18:02:19 -05:00
parent 04c31e0b90
commit e3d194a7bd
2 changed files with 3 additions and 3 deletions

View File

@ -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)}>

View File

@ -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,