A timeout of 480 seconds is not enough for the t_pubkey:ec test case

on qemu/sparc.
This commit is contained in:
gson 2018-09-29 10:54:35 +00:00
parent 683f5e4226
commit 61e97463c5
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: t_pubkey.sh,v 1.4 2016/10/13 09:25:37 martin Exp $
# $NetBSD: t_pubkey.sh,v 1.5 2018/09/29 10:54:35 gson Exp $
#
# Copyright (c) 2008, 2009, 2010 The NetBSD Foundation, Inc.
# All rights reserved.
@ -60,7 +60,7 @@ atf_test_case ec
ec_head()
{
atf_set "descr" "Checks EC cipher"
atf_set "timeout" "480"
atf_set "timeout" "960"
}
ec_body()
{