Skip to content

Commit fd282c5

Browse files
committed
commit
1 parent fc2ee83 commit fd282c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Questionario.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function Questionario(props: QuestionarioProps) {
2323
{props.questao ?
2424
<Questao
2525
valor={props.questao}
26-
tempoPraResposta={6}
26+
tempoPraResposta={20}
2727
respostaFornecida={respostaFornecida}
2828
tempoEsgotado={props.irPraProximoPasso} />
2929
: false

0 commit comments

Comments
 (0)