it's actually 5 seconds though (5000 milliseconds). You can find it here:
AUTOIT Programming
Func atkAlgorithmKingQueen
() If $atkTroops[$i][0] = "King" Then $kingSlot = $i
Click(68 + (72 * $kingSlot), 595)
SetLog("Dropping King")
Click($TopLeft[0][0], $TopLeft[0][1], 1, 1, $iRandomFactor)
Click(68 + (72 * $kingSlot), 595)
SetLog("Activating King's power")
change 5000 (5 seconds) to whatever number you like